Adwaita: error labels and entries
authorJakub Steiner <jimmac@gmail.com>
Thu, 13 Aug 2020 08:33:06 +0000 (10:33 +0200)
committerJakub Steiner <jimmac@gmail.com>
Fri, 14 Aug 2020 12:13:37 +0000 (14:13 +0200)
See https://gitlab.gnome.org/GNOME/gtk/-/issues/3063

gtk/theme/Adwaita/_common.scss

index 2e3e94b421ce62184d294a53b17079db2d39accb..429bd371f03cb1962c2802d9f5aee779c95e53b0 100644 (file)
@@ -178,6 +178,7 @@ label {
     > selection { @extend %selected_items_disabled; }
   }
 
+  &.error { color: $error_color; }
 }
 
 .dim-label {
@@ -428,6 +429,8 @@ entry {
       + combobox > box > button.combo { border-top-color: $drop_target_color; }
     }
   }
+
+  &.error { color: $error_color; }
 }
 
 treeview entry {